home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # This script gets run from the FTRs for FoundPrinter types (see
- # /usr/lib/filetypes/install/printers.activeicons.ftr), which are the
- # printers that appear in the search tool. The intent is to provide
- # some instruction on how to install the found printer.
- #
-
- msg1="`gettxt uxsgicore:1151 'Printer'` \"$1\" `gettxt uxsgicore:1152 ' is not installed on your system.'`"
- msg2="`gettxt uxsgicore:1153 'To install'` \"$1\" `gettxt uxsgicore:11154 ' on your system drag its icon'`"
- msg3="`gettxt uxsgicore:1155 'onto the desktop.'`"
-
- xconfirm -t "$msg1" \
- -t "$msg2" \
- -t "$msg3" -icon info >/dev/null 2>&1
-